[LINUX] Declare structs as 'static __initdata' where possible.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 30 Oct 2006 14:09:13 +0000 (14:09 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 30 Oct 2006 14:09:13 +0000 (14:09 +0000)
commitfa088340b451b18f3a6023f986b09ed37800a652
treefbe08fc25e2469fb4eb8f37bc8603419c8c9a9a9
parent8ba0049cfc98d398386d8ff09fbfb967d792376e
[LINUX] Declare structs as 'static __initdata' where possible.

Probably still not catching all possible cases, but using static
(where not already the case) makes the code size smaller, and using __initdata
has the usual advantages.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
linux-2.6-xen-sparse/arch/i386/kernel/sysenter.c
linux-2.6-xen-sparse/include/asm-i386/mach-xen/setup_arch_post.h
linux-2.6-xen-sparse/include/asm-x86_64/mach-xen/setup_arch_post.h